home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 645 / swivel / swivel.txt < prev   
Text File  |  1992-04-24  |  2KB  |  58 lines

  1.  
  2.  
  3. SWIVEL Version 1.0 (92-04-15)
  4.  
  5. by Dan Panke
  6.  
  7.  
  8.     SWIVEL is a program that you place in your AUTO folder (or
  9.     anywhere else for that matter) and execute to perform duties
  10.     according to the current screen resolution. Some programs (i.e.
  11.     HARLEKIN) have different program version depending on whether the
  12.     program is color or mono. By placing SWIVEL in your auto folder
  13.     you can have programs, accessories, desktop.inf files, etc.
  14.     renamed for use.
  15.  
  16.     When run, SWIVEL first looks for a file in its current directory
  17.     called 'SWIVEL.INF'. If SWIVEL.INF cannot be found in the current
  18.     directory, SWIVEL.INF is looked for in the root auto folder
  19.     ("/AUTO/SWIVEL.INF"). The SWIVEL.INF file can be created with any
  20.     word processor and saved as an ASCII text file.
  21.  
  22.     A SWIVEL.INF command line consisting of three parts:
  23.         1) The resolution to only perform the renaming.
  24.         2) The program/file to rename.
  25.         3) The name to rename the program/file to.
  26.  
  27.     SWIVEL should be error trapped well enough that you can add
  28.     comment lines to your SWIVEL.INF file. You only have to be
  29.     careful not to append any extra text or comments on SWIVEL.INF
  30.     command lines.
  31.  
  32.     SAMPLE SWIVEL.INF file:
  33.  
  34. 0 c:\harlekin.acc harlekin.acx
  35. 0 c:\harlecol.acx harlecol.acc
  36. 2 c:\harlekin.acx harlekin.acc
  37. 2 c:\harlecol.acc harlecol.acx
  38.  
  39.     This SWIVEL.INF file renames the HARLEKIN mono accessory to have
  40.     an ACX extender if the system is booted in low resolution
  41.     (0=LOW). It then renames the HARLEKIN color version to ACC so it
  42.     will be loaded when the system is completed. The opposite is done
  43.     if the system is booted in high resolutioon (2=HIGH).
  44.  
  45.     SWIVEL always checks to see if the file exists before attempting
  46.     to rename so no errors should occur (my fingers are crossed).
  47.  
  48.     I've considered adding function keys to perform extra functions
  49.     as needed (i.e. enabling/disabling a RAM disk, print spooler,
  50.     GDOS, etc.) but I've left that up to request. So, if you want to
  51.     see these extra features, leave me some E-mail or comments on the
  52.     following systems:
  53.  
  54.         CompuServe:  73257,2635
  55.         Delphi:      DPANKE
  56.         GEnie:       D.PANKE
  57.  
  58.